.index_main *{
	line-height: 1;
}
ul{
	margin-bottom: 0;
}
img{
	max-width: 100%;
	height: auto !important;
}
.index_st_product{
	padding: 35px 0;
}
.index_st_title{
	text-align: center;
	margin-bottom: 35px;
}
.index_st_title h5{
	font-size: 30px;
	color: #333;
}
.index_st_title p{
	margin-top: 15px;
	font-size: 14px;
	color: #999999;
	display: inline-block;
	position: relative;
}
.index_st_title p::before{
	content: " ";
	position: absolute;
	left: -60px;
	top: 6px;
	width: 50px;
	height: 1px;
	background: #cccccc;
}
.index_st_title p::after{
	content: " ";
	position: absolute;
	right: -60px;
	top: 6px;
	width: 50px;
	height: 1px;
	background: #cccccc;
}
.in_st_pro_l{
	width: 20%;
	float: left;
}
.in_st_pro_l_box{
	border: 1px solid #dcdcdc;
    margin-bottom: 0px;
    overflow: hidden;
    padding: 10px;
    height: 577px;
}
.in_st_pro_l_box h5{
    text-align: center;
    height: 60px;
    line-height: 60px;
    background: url(../images/jiao.png) top right #b01c18 no-repeat;
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
}
.in_st_pro_l_box ul{
	margin-top: 5px;
	padding: 0;
}
.in_st_pro_l_box ul li{
	background: #f1f1f1;
    margin: 2.5px 0;
    transition: .3s;
}
.in_st_pro_l_box ul li a{
    display: block;
    padding: 0 15px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
    width: 100%;
    line-height: 35px;
    font-size: 15px;
}
.in_st_pro_l_box ul li:hover{
	background: url(../images/to.png) no-repeat 95% center #b01c18;
}
.in_st_pro_l_box ul li:hover a{
	color: #fff;
}

.in_st_pro_r{
    width: 77%;
    margin-left: 3%;
    float: right;
}
.in_st_pro_r ul{
    background: #f0f0f0;
    padding-top: 10px;
    padding-left: 1%;
}
.in_st_pro_r ul li{
    float: left;
    width: 31%;
    margin: 5px 1%;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    transition: .5s;
    border: 2px solid white;
    box-shadow: 0 0 8px #dbdbdb;
    background: #fff;
}
.in_st_pro_r ul li h5{
    margin-bottom: 40px;
}
.in_st_pro_r ul li img{
	transition: .8s;
}
.in_st_pro_r ul li p {
	position: absolute;
    width: 100%;
    bottom: 5px;
}
.in_st_pro_r ul li p a{
    width: 100%;
    text-align: center;
    display: block;
    height: auto;
    transition: .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    background: #b01c18;
    padding: 8px 0px;
}
.in_st_pro_r ul li:hover{
    border: 2px solid #b01c18;
}
.in_st_pro_r ul li:hover img{
	transform: scale(1.1);
}
.index_st_advan{
	padding-top: 84px;
	background: url(../images/in_st_advan_bg.jpg) no-repeat center top;
}
.in_st_advan_title{
	text-align: center;
	margin-bottom: 60px;
}
.in_st_advan_title h5{
	font-size: 22px;
	color: #333333;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
}
.in_st_advan_title h5::before{
	content: " ";
	width: 167px;
	height: 1px;
	background: #dcdcdc;
	top: 0;
	right: -110%;
}

.in_st_advan_title h5::after{
	content: " ";
	width: 167px;
	height: 1px;
	background: #dcdcdc;
	top: 60px;
	left: -80%;
}
.in_st_advan_title h5 span{
	color: #af1c17;
}
.in_st_advan_title p{
	font-size: 26px;
	font-weight: bold;
	color: #333;
	margin-bottom: 35px;
}
.in_st_advan_title font{
	display: inline-block;
	width: 210px;
	height: 32px;
	background: #af1c17;
	line-height: 32px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.in_st_advan_main{
	position: relative;
	background: url(../images/in_st_advan_main_bg.png) no-repeat center bottom;
	height: 270px;
}
.in_st_advan_main ul li{
	position: absolute;
	width: 170px;
	text-align: center;
}
.in_st_advan_main ul li h5{
	background: url(../images/in_st_advan_p_bg.png) no-repeat center top;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 32px;
	margin-bottom: 5px;
}
.in_st_advan_main ul li p{
	font-size: 14px;
	color: #575757;
	margin-top: 10px;
}
.in_st_advan_main ul li:nth-child(1){
	left: 44px;
	top: 132px;
}
.in_st_advan_main ul li:nth-child(2){
	left: 165px;
	top: 0;
}
.in_st_advan_main ul li:nth-child(3){
	right: 165px;
	top: 0;
}
.in_st_advan_main ul li:nth-child(4){
	right: 44px;
	top: 132px;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.index_reason{
	background: url(../images/in_st_reason_bg.jpg) no-repeat center top;
}
.in_reason_title{
	padding: 54px 0 127px;
	text-align: center;
}
.in_reason_title h5{
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 17px;
}
.in_reason_title p{
	font-size: 26px;
	color: #fff;
}
.in_reason_list{
	margin-bottom: 30px;
}
.in_reason_info.fl{
	background: url(../images/in_st_reason_l_info_bg.png) no-repeat left top;
}
.in_reason_info.fr{
	background: url(../images/in_st_reason_r_info_bg.png) no-repeat left top;
}
.in_reason_info{
	width: 520px;
	padding-left: 125px;
	padding-top: 45px;
}
.in_reason_img{
	width: 580px;
}
.in_reason_conten h5{
	font-size: 24px;
	color: #111;
	font-weight: bold;
	margin-bottom: 8px;
}
.in_reason_conten h5 font{
	color: #af1c17;
}
.in_reason_conten span{
	display: block;
	font-size: 12px;
	color: #cacacb;
	margin-bottom: 50px;
}
.in_reason_conten p{
	padding-left: 22px;
	background: url(../images/in_st_reason_conten_p_bg.jpg) no-repeat left 5px;
	font-size: 14px;
	color: #6d6c6c;
	line-height: 30px;
}
.in_reason_conten p font{
	color: #af1c17;
}
.in_reason_info .in_reason_conten:nth-child(1){
	margin-bottom: 60px;
}
.index_st_lc{
	padding: 60px 0 80px;
}
.in_st_main ul li{
	width: 11.5%;
	float: left;
	margin: 0 0.5%;
	height: 120px;
	padding-top: 25px;
	text-align: center;
	transition: .3s;
	border: 1px solid #eeeeee;
}
.in_st_main ul li p{
	font-size: 15px;
	color: #333;
	transition: .3s;
	margin-top: 15px;
}
.in_st_main ul li:hover{
	border: 1px solid #b21a17;
}
.in_st_main ul li:hover p{
	color: #b21a17;
}
.index_st_case{
	padding: 50px 0;
	background: #f3f3f3;
}
.index_st_case .container{
	overflow: inherit;
}
.in_st_case_main {
	
	position: relative;
}
.in_st_case_btn{
	width: 5%;
	position: absolute;
	top: 50%;
}
.in_st_case_prev{
	left: -5%;
}
.in_st_case_next{
	text-align: right;
	right: -5%;
}
.in_st_case_btn i{
	width: 35px;
	height: 40px;
	padding-top: 10px;
	text-align: center;
	display: inline-block;
	background: #d2d2d2;
}
.in_st_case_box{
	overflow: hidden;
}
.in_st_case_box ul{
	width: 200%;
	position: relative;
}
.in_st_case_box ul li{
	width: 15.6667%;
	float: left;
	margin: 0 0.5%;
}
.in_st_case_info{
	padding: 30px 25px;
	background: #fff;
}
.in_st_case_info h5 a{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	transition: .5s;
	color: #3f4041;
}
.in_st_case_info p{
	font-size: 14px;
	color: #979797;
	line-height: 20px;
	margin: 20px 0;
	height: 40px;
	overflow: hidden;
}
.in_st_case_date font{
	float: left;
	font-size: 14px;
	color: #3f4041;
}
.in_st_case_date span{
	float: right;
	font-size: 14px;
	color: #3f4041;
	transition: .5s;
}
.in_st_case_img{
	text-align: center;
}
.in_st_case_box ul li:hover .in_st_case_info h5 a{
	color: #b01c18;
}

.in_st_case_box ul li:hover .in_st_case_date font{
	color: #b01c18;
}
.in_st_case_box ul li:hover .in_st_case_date span{
	padding-right: 15px;
}
.index_st_about{
	padding: 100px 0 80px;
	background: url(../images/in_st_about_bg.jpg) no-repeat center top;
}
.in_st_about_img{
	width: 480px;
	float: left;
}
.in_st_about_info{
	width: 415px;
	float: left;
	margin-left: 70px;
	padding-top: 30px;
}
.in_st_about_info h5{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.in_st_about_info p{
	margin: 35px 0;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}
.in_st_about_info a{
	display: block;
	width: 80px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	color: #fff;
	border: 1px solid #fff;
	transition: .3s;
}
.in_st_about_info a:hover{
	background: #fff;
	color: #b01c18;
}
.index_st_honor{
	padding: 50px 0;
}
.in_st_honor_title{
	text-align: center;
	margin-bottom: 50px;
}
.in_st_honor_title ul li{
	display: inline-block;
	width: 115px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #e6e6e6;
	transition: .5s;
	font-size: 16px;
	margin: 0 5px;
	color: #898989;
	transition: .5s;
}
.in_st_honor_title ul li.active{
	background: #b01c18;
	color: #fff;
	border: 1px solid #b01c18;
}
.in_st_honro_list{
	display: none;
}
.in_st_honro_list.active{
	display: block;
}
.in_st_honro_list ul li{
	width: 24%;
	float: left;
	margin-right: 1.3333%;
}
.in_st_honro_list ul li:last-of-type{
	margin-right: 0;
}
.in_st_honro_list ul li h5{
	border: 1px solid #e6e6e6;
	overflow: hidden;
}
.in_st_honro_list ul li img{
	transition: .8s;
}
.in_st_honro_list ul li p a{
	display: block;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #535353;
	padding: 10px 0;
	transition: .5s;
}
.in_st_honro_list ul li:hover h5{
	border: 1px solid #b01c18;
}
.in_st_honro_list ul li:hover img{
	transform: scale(1.1);
}
.in_st_honro_list ul li:hover p a{
	color: #b01c18;
}
.index_st_cut{
	padding: 45px 0 110px;
	background: url(../images/in_st_cut_bg.jpg) no-repeat center bottom;
}
.in_st_cut_main ul li{
	width: 25%;
	float: left;
	text-align: center;
}
.in_st_cut_main ul li i{
	display: inline-block;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #b01c18;
}
.in_st_cut_main ul li h5{
	font-size: 18px;
	font-weight: bold;
	color: #3e3d3d;
	margin: 15px 0 5px;
}
.in_st_cut_main ul li p{
	font-size: 14px;
	color: #8a8a8a;
	margin-top: 10px;
}
.in_st_cut_main ul li:nth-child(2){
	margin-top: 75px;
}
.in_st_cut_main ul li:nth-child(3){
	margin-top: 70px;
}
.index_st_news{
	padding: 35px 0;
	background: #f3f3f3;
}
.in_st_news_l{
	width: 730px;
	float: left;
}
.in_st_news_l_title{
	margin-bottom: 30px;
}
.in_st_news_l_title ul li{
	float: left;
	margin-right: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	transition: .3s;
	position: relative;
}
.in_st_news_l_title ul li.active{
	padding-left: 30px;
	color: #b01c18;
}
.in_st_news_l_title ul li::before{
	content: " ";
	width: 0;
	height: 3px;
	position: absolute;
	top: 6px;
	left: 0;
	background: #b01c18;
	transition: .3s;
}
.in_st_news_l_title ul li.active::before{
	width: 20px;
}
.in_st_news_list{
	display: none;
}
.in_st_news_list.active{
	display: block;
}
.in_st_news_img{
	margin-bottom: 30px;
}
.in_st_news_img_l{
	float: left;
	width: 50%;
}
.in_st_news_img_r{
	width: 50%;
	float: left;
}
.in_st_news_img_r h5 a{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	color: #3f4041;
	margin: 15px 0;
	transition: .5s;
}
.in_st_news_img_r p{
	font-size: 14px;
	color: #979797;
	line-height: 25px;
	height: 75px;
	overflow: hidden
}
.in_st_news_img_r span{
	display: block;
	margin: 15px 0;
	font-size: 14px;
	color: #979797;
}
.in_st_news_img_r font a{
	display: block;
	width: 80px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #b01c18;
	border: 1px solid #b01c18;
	transition: .5s;
}
.in_st_news_img:hover .in_st_news_img_r h5{
	color: #b01c18;
}
.in_st_news_img:hover .in_st_news_img_r font a{
	background: #b01c18;
	color: #fff;
}
.in_st_news_li ul li{
	width: 45%;
	margin-right: 5%;
	float: left;
}
.in_st_news_li ul li a{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #737373;
	padding: 10px 0;
	border-bottom: 1px dashed #737373;
	transition: .5s;
}
.in_st_news_li ul li:hover a{
	color: #b01c18;
}
.in_st_news_r{
	width: 320px;
	float: right;
}
.in_st_news_r_title{
	margin-bottom: 20px;
}
.in_st_news_r_title span{
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	position: relative;
	padding-left: 30px;
}
.in_st_news_r_title span::before{
	content: " ";
	position: absolute;
	width: 20px;
	height: 3px;
	background: #333;
	top: 6px;
	left: 0;
}
.in_st_news_r_title a{
	float: right;
	font-size: 13px;
	color: #797979;
	line-height: 16px;
}
.in_st_news_r_list{
	margin-top: 10px;
	padding: 20px;
	background: #fff;
}
.in_st_news_r_list h5 a{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding-left: 25px;
	line-height: 18px;
	transition: .5s;
	background: url(../images/q.jpg) no-repeat left top;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dbdbdb;
}
.in_st_news_r_list p{
	font-size: 14px;
	color: #979797;
	line-height: 18px;
	padding-left: 25px;
	background: url(../images/a.jpg) no-repeat left top;
}
.index_st_fen{
	padding: 50px 0;
	background: url(../images/index_st_fen_bg.jpg) repeat-x left top #fff;
	text-align: center;
}
.in_st_fen_title{
	margin-bottom: 35px;
}
.m_st_title{
	display: none;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
	.in_st_case_btn,
	.index_st_advan,
	.index_reason,
	.index_st_cut{
		display: none;
	}
	.index_st_lc{
		padding: 15px 0;
	}
	.m_st_title{
		display: block;
	}
	.index_st_title{
		margin-bottom: 15px;
	}
	.index_st_title h5{
		font-size: 20px;
		font-weight: bold;
		color: #b01c18;
	}
	.index_st_title p{
		margin-top: 10px;
	}
	.in_st_main ul li{
		width: 24%;
		margin: 0.5%;
	}
	.index_st_product{
		padding: 15px 0;
	}	
	.in_st_pro_l{
		display:none;
	}	
	.in_st_pro_l_box{
		padding: 0;
		border: 0;
		height: auto;
	}
	.in_st_pro_l_box ul{
		display: none;
	}
	.in_st_pro_l_box h5{
		height: auto;
		line-height: 1;
		font-weight: bold;
		background: none;
		color: #b01c18;
		margin-bottom: 15px;
	}
	.in_st_pro_r{
		width: 100%;
		margin-left: 0;
	}
	.in_st_pro_r ul{
		background: none;
		padding: 0;
	}
	.in_st_pro_r ul li{
		width: 48%;
		text-align: center;
		margin: 1% !important;
		box-shadow: none;
		border: 0;
	}
	.in_st_pro_r ul li h5{
		margin-bottom: 0;
	}
	.in_st_pro_r ul li p{
		position: relative;
		bottom: inherit;
	}
	.index_st_case{
		padding: 15px 1%;
	}
	.in_st_case_box ul{
		width: 300%;
	}
	.in_st_case_info{
		padding: 10px ;
	}
	.in_st_case_info h5 a{
		font-size: 15px;
	}
	.in_st_case_info p{
		margin: 10px 0;
		font-size: 12px;
	}
	.index_st_about{
		padding: 15px 1%;
		background: #b01c18;
	}
	.in_st_about_img{
		display: none;
	}
	.in_st_about_info{
		width: 100%;
		margin-left: 0;
		padding-top: 0;
	}
	.in_st_about_info h5{
		font-size: 20px;
	}
	.in_st_about_info p{
		margin: 10px 0;
	}
	.index_st_honor{
		padding: 15px 0;
	}
	.in_st_honor_title{
		margin-bottom: 15px;
	}
	.in_st_honor_title ul li{
		width: 24%;
		margin: 0 0.5%;
		float: left;
	}
	.in_st_honro_list ul li{
		width: 48%;
		text-align: center;
		margin: 1% !important;
	}
	.in_st_honro_list ul li p a{
		padding: 8px 0;
	}
	.index_st_news{
		padding: 15px 1%;
	}
	.in_st_news_l{
		width: 100%;
	}
	.in_st_news_r{
		display: none;
	}
	.in_st_news_l_title{
		margin-bottom: 15px;
	}
	.in_st_news_img_l{
		width: 100%;
		text-align: center;
	}
	.in_st_news_img_r{
		width: 100%;
	}
	.in_st_news_img{
		display: none;
	}
	.in_st_news_li ul li{
		width: 100%;
		margin-right: 0;
	}
	.index_st_fen{
		padding: 22px 1% 15px;
	}
	.in_st_fen_title{
		margin-bottom: 15px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.in_reason_img{
		width: 435px;
	}
	.in_st_case_btn{
		display: none;
	}
	.in_st_news_l{
		width: 640px;
	}
	.in_st_news_img_r{
		width: 45%;
		margin-left: 5%;
	}
}